home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / sound / emxwin40.zip / _SETUP.1 / EnigmacrossDemo.exe / 0 / RCDATA / TEMXDEMOPRINTFORM / TEMXDEMOPRINTFORM.txt < prev   
Text File  |  1997-04-01  |  4KB  |  217 lines

  1. object EmxDemoPrintForm: TEmxDemoPrintForm
  2.   Left = 220
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Print Puzzle'
  7.   ClientHeight = 269
  8.   ClientWidth = 375
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poDefaultPosOnly
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 269
  23.     Height = 145
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 7
  28.     Top = 12
  29.     Width = 39
  30.     Height = 14
  31.     Caption = ' Format '
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object PrnLbl: TLabel
  39.     Left = 36
  40.     Top = 180
  41.     Width = 118
  42.     Height = 13
  43.     Caption = 'Current Printer on PORT:'
  44.     Transparent = True
  45.   end
  46.   object Label3: TLabel
  47.     Left = 8
  48.     Top = 209
  49.     Width = 23
  50.     Height = 13
  51.     Caption = 'Title:'
  52.     Transparent = True
  53.   end
  54.   object Label4: TLabel
  55.     Left = 8
  56.     Top = 180
  57.     Width = 16
  58.     Height = 13
  59.     Caption = 'To:'
  60.     Transparent = True
  61.   end
  62.   object Image1: TImage
  63.     Left = 294
  64.     Top = 200
  65.     Width = 34
  66.     Height = 31
  67.     Picture.Data = {<image000.bmp>}
  68.   end
  69.   object MSChk: TCheckBox
  70.     Left = 36
  71.     Top = 36
  72.     Width = 200
  73.     Height = 17
  74.     Caption = 'Manuscript'
  75.     Font.Color = clBlack
  76.     Font.Height = -11
  77.     Font.Name = 'Arial'
  78.     Font.Style = []
  79.     ParentFont = False
  80.     TabOrder = 0
  81.   end
  82.   object MSGChk: TCheckBox
  83.     Left = 36
  84.     Top = 60
  85.     Width = 200
  86.     Height = 17
  87.     Caption = 'Manuscript Grid Only'
  88.     Font.Color = clBlack
  89.     Font.Height = -11
  90.     Font.Name = 'Arial'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     TabOrder = 1
  94.   end
  95.   object NGChk: TCheckBox
  96.     Left = 36
  97.     Top = 84
  98.     Width = 200
  99.     Height = 17
  100.     Caption = 'Numbered Grid'
  101.     Font.Color = clBlack
  102.     Font.Height = -11
  103.     Font.Name = 'Arial'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     TabOrder = 2
  107.   end
  108.   object SGChk: TCheckBox
  109.     Left = 36
  110.     Top = 108
  111.     Width = 200
  112.     Height = 17
  113.     Caption = 'Solution Grid'
  114.     Font.Color = clBlack
  115.     Font.Height = -11
  116.     Font.Name = 'Arial'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     TabOrder = 3
  120.   end
  121.   object PPChk: TCheckBox
  122.     Left = 36
  123.     Top = 132
  124.     Width = 200
  125.     Height = 17
  126.     Caption = 'Puzzle Page'
  127.     Font.Color = clBlack
  128.     Font.Height = -11
  129.     Font.Name = 'Arial'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     TabOrder = 4
  133.   end
  134.   object TitleEdit: TEdit
  135.     Left = 36
  136.     Top = 204
  137.     Width = 241
  138.     Height = 24
  139.     Font.Color = clBlack
  140.     Font.Height = -13
  141.     Font.Name = 'Arial'
  142.     Font.Style = []
  143.     MaxLength = 60
  144.     ParentFont = False
  145.     TabOrder = 5
  146.   end
  147.   object GrayChk: TCheckBox
  148.     Left = 36
  149.     Top = 244
  150.     Width = 86
  151.     Height = 17
  152.     Caption = 'Gray Squares'
  153.     Font.Color = clBlack
  154.     Font.Height = -11
  155.     Font.Name = 'Arial'
  156.     Font.Style = []
  157.     ParentFont = False
  158.     TabOrder = 6
  159.   end
  160.   object DefChk: TCheckBox
  161.     Left = 132
  162.     Top = 244
  163.     Width = 56
  164.     Height = 17
  165.     Caption = 'Default'
  166.     Font.Color = clBlack
  167.     Font.Height = -11
  168.     Font.Name = 'Arial'
  169.     Font.Style = []
  170.     ParentFont = False
  171.     TabOrder = 7
  172.   end
  173.   object CancelBtn: TBitBtn
  174.     Left = 292
  175.     Top = 104
  176.     Width = 75
  177.     Height = 25
  178.     Cancel = True
  179.     Caption = '&Cancel'
  180.     Font.Color = clBlack
  181.     Font.Height = -11
  182.     Font.Name = 'Arial'
  183.     Font.Style = []
  184.     ModalResult = 2
  185.     ParentFont = False
  186.     TabOrder = 8
  187.     NumGlyphs = 2
  188.   end
  189.   object PrintBtn: TBitBtn
  190.     Left = 292
  191.     Top = 136
  192.     Width = 75
  193.     Height = 25
  194.     Caption = '&Print'
  195.     Default = True
  196.     Font.Color = clBlack
  197.     Font.Height = -11
  198.     Font.Name = 'Arial'
  199.     Font.Style = []
  200.     ModalResult = 1
  201.     ParentFont = False
  202.     TabOrder = 9
  203.     OnClick = PrintBtnClick
  204.     NumGlyphs = 2
  205.   end
  206.   object PrintBar: TProgressBar
  207.     Left = 196
  208.     Top = 244
  209.     Width = 81
  210.     Height = 16
  211.     Min = 0
  212.     Max = 6
  213.     Step = 1
  214.     TabOrder = 10
  215.   end
  216. end
  217.